home *** CD-ROM | disk | FTP | other *** search
Text File | 1996-05-01 | 1.2 KB | 65 lines | [TEXT/MPS ] |
- {
- File: DBDMA.p
-
- Contains: Descriptor Based DMA Interfaces
-
- Version: Technology: System 7.5
- Release: Universal Interfaces 3.0d3 on Copland DR1
-
- Copyright: © 1984-1996 by Apple Computer, Inc. All rights reserved.
-
- Bugs?: If you find a problem with this file, send the file and version
- information (from above) and the problem description to:
-
- Internet: apple.bugs@applelink.apple.com
- AppleLink: APPLE.BUGS
-
- }
- {$IFC UNDEFINED UsingIncludes}
- {$SETC UsingIncludes := 0}
- {$ENDC}
-
- {$IFC NOT UsingIncludes}
- UNIT DBDMA;
- INTERFACE
- {$ENDC}
-
- {$IFC UNDEFINED __DBDMA__}
- {$SETC __DBDMA__ := 1}
-
- {$I+}
- {$SETC DBDMAIncludes := UsingIncludes}
- {$SETC UsingIncludes := 1}
-
- {$IFC UNDEFINED __CONDITIONALMACROS__}
- {$I ConditionalMacros.p}
- {$ENDC}
- {$IFC UNDEFINED __PCI__}
- {$I PCI.p}
- {$ENDC}
- {$IFC FOR_SYSTEM8_PREEMPTIVE }
- {$IFC UNDEFINED __CODEFRAGMENTS__}
- {$I CodeFragments.p}
- {$ENDC}
- {$IFC UNDEFINED __DRIVERSERVICES__}
- {$I DriverServices.p}
- {$ENDC}
- {$ENDC}
-
- {$PUSH}
- {$ALIGN MAC68K}
- {$LibExport+}
-
- {$IFC FOR_SYSTEM7_AND_SYSTEM8_PREEMPTIVE }
- {$ENDC}
- {$ALIGN RESET}
- {$POP}
-
- {$SETC UsingIncludes := DBDMAIncludes}
-
- {$ENDC} {__DBDMA__}
-
- {$IFC NOT UsingIncludes}
- END.
- {$ENDC}
-